home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOS.dir / 00123_Script_123 < prev    next >
Text File  |  1997-05-14  |  437b  |  24 lines

  1. on menusel
  2.   
  3.   global lan
  4.   if lan = "e" then
  5.     set the visibility of sprite 39 to 0
  6.     set the visibility of sprite 40 to 0
  7.   else
  8.     nothing
  9.   end if
  10.   
  11.   if lan = "f" then
  12.     set the visibility of sprite 39 to 1
  13.     set the visibility of sprite 40 to 0
  14.   else
  15.   end if
  16.   
  17.   if lan = "g" then
  18.     set the visibility of sprite 39 to 0
  19.     set the visibility of sprite 40 to 1
  20.   else
  21.   end if
  22.   
  23. end menusel
  24.